home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 23
/
AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso
/
Updates
/
Hardware
/
AteoIO
/
AteoBus_Dev
/
InstallDeveloperPackage
< prev
Wrap
Text File
|
2000-01-01
|
950b
|
41 lines
; Install scrit for the AtéoBus developer package
echo "AtéoBus develloper package installation"
echo "Version 3.0 (07.09.99), to use with ateobus.library V3.0+"
echo "This script will not install the ateobus.library!!!"
IF EXISTS "include:"
IF NOT EXISTS "include:hardware"
echo "Creation of include:hardware/"
makedir include:hardware
ENDIF
copy ateobus.h include:hardware/
copy ateobus.i include:hardware/
IF NOT EXISTS "include:lvo"
echo "Creation of include:lvo/"
makedir include:lvo
ENDIF
copy ateobus_lvo.i include:lvo/
IF NOT EXISTS "include:pragmas"
echo "Creation of include:pragmas/"
makedir include:pragmas
ENDIF
copy ateobus_pragmas.h include:pragmas/
IF NOT EXISTS "include:clib"
echo "Creation of include:clib/"
makedir include:clib
ENDIF
copy ateobus_protos.h include:clib/
ELSE
echo "Include: path does not exists!!"
ENDIF